home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 117 / MacAddict 117.dmg / Software / Internet & Communication / BumperCar 2.0 (demo).dmg / BumperCar 2.app / Contents / Resources / English.lproj / MyDocument.nib / classes.nib next >
Text File  |  2006-02-06  |  1KB  |  37 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 acceptJavascriptTextPrompt = id; 
  6.                 endErrorSheet = id; 
  7.                 goBack = id; 
  8.                 goForward = id; 
  9.                 goHome = id; 
  10.                 goReload = id; 
  11.                 goStop = id; 
  12.                 googleSearch = id; 
  13.                 openURL = id; 
  14.             }; 
  15.             CLASS = BCWebDocumentController; 
  16.             LANGUAGE = ObjC; 
  17.             OUTLETS = {
  18.                 errorField = id; 
  19.                 errorSheet = id; 
  20.                 googleSearchField = id; 
  21.                 googleSearchView = id; 
  22.                 javascriptField = id; 
  23.                 javascriptPrompt = id; 
  24.                 javascriptSheet = id; 
  25.                 progressSpinner = id; 
  26.                 progressSpinnerView = id; 
  27.                 urlBoxField = id; 
  28.                 urlBoxView = id; 
  29.                 webView = id; 
  30.                 webWindow = id; 
  31.             }; 
  32.             SUPERCLASS = NSDocument; 
  33.         }, 
  34.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }
  35.     ); 
  36.     IBVersion = 1; 
  37. }